NavigationControlsStyle constructor

const NavigationControlsStyle({
  1. Color buttonColor = Colors.grey,
  2. Color iconColor = Colors.white,
  3. BoxShadow? shadow,
})

Implementation

const NavigationControlsStyle({
  this.buttonColor = Colors.grey,
  this.iconColor = Colors.white,
  this.shadow,
});