FlippingInt constructor
const
FlippingInt({})
Implementation
const FlippingInt({
Key? key,
required this.number,
required this.style,
required this.width,
required this.height,
this.prefix = '',
}) : super(key: key);