InputSettings class

Inheritance

Constructors

InputSettings({double? width, double? height, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, Alignment? alignment, Color? color, Gradient? gradient, DecorationImage? image, Border? border, BorderRadius? borderRadius, BoxShape? shape, BoxShadow? shadow})

Properties

alignment Alignment?
finalinherited
border Border?
finalinherited
borderRadius BorderRadius?
finalinherited
color Color?
finalinherited
gradient Gradient?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
finalinherited
image DecorationImage?
finalinherited
margin EdgeInsetsGeometry?
finalinherited
padding EdgeInsetsGeometry?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow BoxShadow?
finalinherited
shape BoxShape?
finalinherited
width double?
finalinherited

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