ButtonStyle constructor

ButtonStyle({
  1. required String color,
})

Implementation

ButtonStyle({
  required this.color,
});