AddressDialogStyle constructor

const AddressDialogStyle({
  1. Color color = Colors.blue,
  2. Color backgroundColor = Colors.white,
  3. Color iconColor = Colors.black,
  4. Color textColor = Colors.black54,
  5. bool useButtons = true,
})

Constructor for AddressDialogStyle.

Implementation

const AddressDialogStyle({
  this.color = Colors.blue,
  this.backgroundColor = Colors.white,
  this.iconColor = Colors.black,
  this.textColor = Colors.black54,
  this.useButtons = true,
});