Price

Example

import 'package:flutter_vant_kit/main.dart';

Price(
  value: 1234.567,
)

More examples please refer Demo

API

AttributeDescriptionTypeDefault

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