UpDownChartFlag constructor
const
UpDownChartFlag({
- Key? key,
- required String title,
- required String money,
- bool rigntIcon = false,
- GestureTapCallback? onTap,
- String fontFamily = "dinFont",
- double width = 155,
- double height = 75,
- EdgeInsets padding = const EdgeInsets.all(12),
Implementation
const UpDownChartFlag({Key? key,
required this.title,
required this.money,
this.rigntIcon = false,
this.onTap,
this.fontFamily = "dinFont",
this.width = 155,
this.height = 75,
this.padding = const EdgeInsets.all(12)
}) : super(key: key);