FdcCounterStyle constructor

const FdcCounterStyle({
  1. TextStyle? textStyle,
  2. Alignment alignment = Alignment.bottomRight,
  3. Offset offset = const Offset(0, -10),
  4. double height = 12,
})

Creates a FdcCounterStyle.

Implementation

const FdcCounterStyle({
  this.textStyle,
  this.alignment = Alignment.bottomRight,
  this.offset = const Offset(0, -10),
  this.height = 12,
});