formLabelRequired constant

TextStyle const formLabelRequired

Implementation

static const formLabelRequired =
    TextStyle(fontSize: 14.0, fontWeight: FontWeight.w500, color: Colors.red);