Price
Example
import 'package:flutter_vant_kit/main.dart';
Price(
value: 1234.567,
)
More examples please refer Demo
API
Attribute
Description
Type
Default
value
Price
double
-
color
Price color
Color
#323233
size
Price size
double
20
currency
Currency symbol
String
¥
decimal
Decimal point
int
2
thousands
Whether to display as thousands signs
bool
false
Last updated
Was this helpful?