caption property

TextStyle get caption

Implementation

static TextStyle get caption => TextStyle(
      fontSize: Dime.fsmall,
      fontWeight: FontWeight.normal,
      color: Colors.grey,
    );