NativeIosUiPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- NativeIosUiPlatform
- Implementers
Constructors
- NativeIosUiPlatform()
- Constructs a NativeIosUiPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createTabBarController(
{required List< TabBarItem> items, int initialIndex = 0}) → Future<void> - Creates a native iOS UITabBarController
-
customizeTabBarAppearance(
{String? backgroundColor, String? selectedItemColor, String? unselectedItemColor, bool? translucent}) → Future< void> - Customizes the tab bar appearance
-
getPlatformVersion(
) → Future< String?> -
getSelectedIndex(
) → Future< int> - Gets the currently selected tab index
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSelectedIndex(
int index) → Future< void> - Sets the selected tab index
-
toString(
) → String -
A string representation of this object.
inherited
-
updateTabBarItems(
List< TabBarItem> items) → Future<void> - Updates the tab bar items
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ NativeIosUiPlatform
-
The default instance of NativeIosUiPlatform to use.
getter/setter pair