appBar static method

TextStyle appBar({
  1. Color? color,
})

Implementation

static TextStyle appBar({Color? color}) => copyStyle(
    fontSize: fontSizeAppBar,
    color: color ?? colorDefault,
    fontWeight: FontWeight.bold);