backgroundColor static method

Color backgroundColor(
  1. BuildContext context
)

Implementation

static Color backgroundColor(BuildContext context) =>
    MiuixTheme.of(context).colors.background;