caption2 property
Text
get
caption2
Applies caption2 style: font size 10 logical pixels and light font weight
Implementation
Text get caption2 => _copyWith(style: const TextStyle(fontSize: 10.0));
Applies caption2 style: font size 10 logical pixels and light font weight
Text get caption2 => _copyWith(style: const TextStyle(fontSize: 10.0));