NumberTextWidget constructor

const NumberTextWidget(
  1. Key key,
  2. TextStyle style,
  3. int? lastSize, {
  4. TextOverflow? overflow,
})

Implementation

const NumberTextWidget(Key key, this.style, this.lastSize, {this.overflow})
    : super(key: key);