79089167

Date: 2024-10-15 08:57:38
Score: 1
Natty:
Report link

You can add this on theme data

ThemeData(
  colorScheme: ColorScheme.fromSeed(seedColor: primaryColor),
  useMaterial3: true,
  filledButtonTheme: const FilledButtonThemeData(
    style: ButtonStyle(
      minimumSize: WidgetStatePropertyAll<Size>(
        Size(double.infinity, 40),
      ),
    ),
  ),
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: shereef hamed