CourierInfoViewStyle constructor

const CourierInfoViewStyle({
  1. TextStyle? textStyle,
  2. ButtonStyle? buttonStyle,
})

Implementation

const CourierInfoViewStyle({
  this.textStyle,
  this.buttonStyle,
});