menu
flutter_profile_card package
documentation
Stat
StatWidget
StatWidget const constructor
StatWidget
brightness_4
StatWidget
constructor
const
StatWidget
(
{
Key
key
,
@
required
String
number
,
@
required
String
label
}
)
Implementation
const StatWidget({ Key key, @required this.number, @required this.label, }) : super(key: key);
flutter_profile_card package
documentation
Stat
StatWidget
StatWidget const constructor
StatWidget class
Constructors
StatWidget
Properties
hashCode
key
label
number
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==