FormIconButtonStyle class
Constructors
- FormIconButtonStyle.new({Color? backgroundColor, double? height, double? width, double elevation = 2.0, ShapeBorder? shape, double? iconSize, Color? iconColor, Color? backgroundColorDisabled, Color? iconColorDisabled})
-
const
Properties
- backgroundColor → Color?
-
final
- backgroundColorDisabled → Color?
-
final
- elevation → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- iconColor → Color?
-
final
- iconColorDisabled → Color?
-
final
- iconSize → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape → ShapeBorder?
-
final
- width → double?
-
final
Methods
-
copyWith(
{Color? backgroundColor, double? height, double? width, double? elevation, ShapeBorder? shape, double? iconSize, Color? iconColor, Color? backgroundColorDisabled, Color? iconColorDisabled}) → FormIconButtonStyle -
merge(
FormIconButtonStyle? theme) → FormIconButtonStyle -
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
Static Methods
-
defaultTheme(
BuildContext context) → FormIconButtonStyle