MyoroImagePickerThemeExtension class
final
Constructors
-
MyoroImagePickerThemeExtension.new({Size? size, BorderRadius? borderRadius, MouseCursor? overlayCursor, Color? overlayIdleBackgroundColor, Color? overlayHoverBackgroundColor, Color? overlayTapBackgroundColor, MyoroIconConfiguration? overlayUnselectedImageStateIconConfiguration, BoxConstraints? selectionTypeModalConstraints, double? selectionTypeModalSpacing, IconData? selectionTypeModalButtonCameraIcon, IconData? selectionTypeModalButtonGalleryIcon})
-
const
-
MyoroImagePickerThemeExtension.builder(ColorScheme colorScheme)
-
-
MyoroImagePickerThemeExtension.fake()
-
Methods
-
copyWith({Size? size, bool sizeProvided = true, BorderRadius? borderRadius, bool borderRadiusProvided = true, MouseCursor? overlayCursor, bool overlayCursorProvided = true, Color? overlayIdleBackgroundColor, bool overlayIdleBackgroundColorProvided = true, Color? overlayHoverBackgroundColor, bool overlayHoverBackgroundColorProvided = true, Color? overlayTapBackgroundColor, bool overlayTapBackgroundColorProvided = true, MyoroIconConfiguration? overlayUnselectedImageStateIconConfiguration, bool overlayUnselectedImageStateIconConfigurationProvided = true, BoxConstraints? selectionTypeModalConstraints, bool selectionTypeModalConstraintsProvided = true, double? selectionTypeModalSpacing, bool selectionTypeModalSpacingProvided = true, IconData? selectionTypeModalButtonCameraIcon, bool selectionTypeModalButtonCameraIconProvided = true, IconData? selectionTypeModalButtonGalleryIcon, bool selectionTypeModalButtonGalleryIconProvided = true})
→ MyoroImagePickerThemeExtension
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
inherited
-
lerp(covariant ThemeExtension<MyoroImagePickerThemeExtension>? other, double t)
→ MyoroImagePickerThemeExtension
-
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