Progress

Example

import 'package:flutter_vant_kit/main.dart';

Progress(
  percentage: 50,
  showPivot: true
  ...
)

More examples please refer Demo

API

AttributeDescriptionTypeDefault

inactive

Inactive

bool

false

percentage

Progress percentage

double

0

strokeWidth

Stroke width

double

5

showPivot

Whether to show pivot

bool

false

color

Progress color

Color

#1989fa

textColor

Progress text color

Color

#ffffff

trackColor

Track color

Color

#ebedf0

pivotText

Pivot text

String

-

pivotColor

Pivot color

Color

-

Last updated