Flutter doesn't create a native button through a bridge, a horribly inefficient bridge to be jumping through every time you call an object from the native platform, but instead creates its own. There ...