SeniorCircularLongPressButtonStyle constructor

const SeniorCircularLongPressButtonStyle({
  1. Color? activeBorderColor,
  2. Color? borderColor,
  3. Color? iconColor,
  4. Color? labelColor,
})

The style definitions for the Senior Long Press Button component.

Implementation

const SeniorCircularLongPressButtonStyle({
  this.activeBorderColor,
  this.borderColor,
  this.iconColor,
  this.labelColor,
});