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