getColor2 method

Color getColor2(
  1. BuildContext context
)

Implementation

Color getColor2(BuildContext context) =>
    Theme.of(context).colorScheme.surface;