kBaseIconButtonTheme property

IconButtonThemeData get kBaseIconButtonTheme

Implementation

IconButtonThemeData get kBaseIconButtonTheme {
  return IconButtonThemeData(
    style: IconButton.styleFrom(
      // backgroundColor: _colorScheme.primary,
      foregroundColor: _colorScheme.onSurface,
    ),
  );
}