CenterSet constructor

CenterSet({
  1. String centerText = '',
  2. TextStyle centerTextStyle = defaultTextStyle,
  3. Widget? center,
})

Implementation

CenterSet(
    {this.centerText = '',
    this.centerTextStyle = defaultTextStyle,
    this.center});