MainActionButtonTheme class

Constructors

MainActionButtonTheme({Widget? icon = const Icon(Icons.add, size: 40, color: Colors.white), double size = 50, Color? splash, Color? color, EdgeInsets margin = defaultMargin, Matrix4? transform})
const

Properties

color Color?
background color of widget circle
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
icon that displayed when the BottomBarWithSheet field _isOpened == false
final
margin EdgeInsets
side paddings of MainActionButton
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
size of MainActionButtonTheme
final
splash Color?
splash color of widget circle
final
transform Matrix4?
This field can set transform location of MainActionButton
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