ButtonLookAndFeel constructor

ButtonLookAndFeel({
  1. required String backgroundColor,
  2. required String color,
})

Implementation

ButtonLookAndFeel({required this.backgroundColor, required this.color});