outlinedButtonTheme property

OutlinedButtonThemeData outlinedButtonTheme

Implementation

OutlinedButtonThemeData get outlinedButtonTheme => OutlinedButtonThemeData(
      style: OutlinedButton.styleFrom(
        foregroundColor: const DigitColors().light.primaryOrange,
        side: BorderSide(color: colorScheme.secondary),
        padding: buttonPadding,
      ),
    );