MyoroFilePickerThemeExtension class final
- Inheritance
-
- Object
- ThemeExtension<
MyoroFilePickerThemeExtension> - MyoroFilePickerThemeExtension
- Annotations
-
- @immutable
- @myoroThemeExtension
Constructors
- MyoroFilePickerThemeExtension.new({double? spacing, TextStyle? textStyle})
-
const
- MyoroFilePickerThemeExtension.builder(TextTheme textTheme)
- MyoroFilePickerThemeExtension.fake()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroFilePickerThemeExtension
-
no setterinherited
- spacing → double?
-
Spacing between the selected file section text and the selection button.
final
- textStyle → TextStyle?
-
TextStyle of the text of the MyoroFilePicker.
final
- type → Object
-
The extension's type.
no setterinherited
Methods
-
copyWith(
{double? spacing, bool spacingProvided = true, TextStyle? textStyle, bool textStyleProvided = true}) → MyoroFilePickerThemeExtension -
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
inherited
-
lerp(
covariant MyoroFilePickerThemeExtension? other, double t) → MyoroFilePickerThemeExtension -
Linearly interpolate with another ThemeExtension object.
override
-
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