FloraCardOptions class
Constructors
-
FloraCardOptions({double? height, double? width, EdgeInsets margin = EdgeInsets.zero, EdgeInsets? padding, Color? color, List<BoxShadow>? boxShadow, BorderRadius? borderRadius, Border? border, Duration animationDuration = const Duration(milliseconds: 100), Color? focusColor, Color? hoverColor, Color? highlightColor, MaterialStateProperty<Color?>? overlayColor, Color? splashColor, BoxShape shape = BoxShape.rectangle})
-
const
Methods
-
copyWith({Duration? animationDuration, double? height, double? width, EdgeInsets? margin, EdgeInsets? padding, Color? color, List<BoxShadow>? boxShadow, BorderRadius? borderRadius, Border? border, Color? focusColor, Color? hoverColor, Color? highlightColor, MaterialStateProperty<Color?>? overlayColor, Color? splashColor, BoxShape? shape})
→ FloraCardOptions
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited