SimpleTextStyle.normal_16 constructor

const SimpleTextStyle.normal_16({
  1. Color color = ColorConfig.black_333333,
})

Implementation

const SimpleTextStyle.normal_16({
  Color color = ColorConfig.black_333333,
}) : super(
        color: color,
        fontSize: 16,
        fontWeight: FontWeight.normal,
        decoration: TextDecoration.none,
      );