caption property

TextStyle? get caption

caption text style same as Theme.of(this).textTheme.caption

Implementation

TextStyle? get caption => Theme.of(this).textTheme.bodySmall;