menu
iconoir_flutter package
documentation
regular/square_cursor.dart
SquareCursor
SquareCursor const constructor
SquareCursor const constructor
dark_mode
light_mode
SquareCursor
constructor
const
SquareCursor
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const
SquareCursor({widgets.Key? key,
this
.color,
this
.width,
this
.height}) :
super
(key: key);
iconoir_flutter package
documentation
regular/square_cursor
SquareCursor
SquareCursor const constructor
SquareCursor class
Constructors
SquareCursor
Properties
color
hashCode
height
key
runtimeType
width
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==