textStyle constant
TextStyle
const textStyle
Implementation
static const textStyle = TextStyle(
fontWeight: FontWeight.normal,
color: Colors.black,
fontSize: 18,
);
static const textStyle = TextStyle(
fontWeight: FontWeight.normal,
color: Colors.black,
fontSize: 18,
);