PlatformStyleData class
Constructors
- PlatformStyleData({PlatformStyle android = PlatformStyle.Material, PlatformStyle ios = PlatformStyle.Cupertino, PlatformStyle macos = PlatformStyle.Cupertino, PlatformStyle windows = PlatformStyle.Material, PlatformStyle web = PlatformStyle.Material, PlatformStyle fuchsia = PlatformStyle.Material, PlatformStyle linux = PlatformStyle.Material})
-
const
Properties
- android → PlatformStyle
-
final
- fuchsia → PlatformStyle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ios → PlatformStyle
-
final
- linux → PlatformStyle
-
final
- macos → PlatformStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- web → PlatformStyle
-
final
- windows → PlatformStyle
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited