createProgress static method

OracularProgressState createProgress(
  1. int total, {
  2. String? rightPrompt,
  3. double size = 0.5,
})

Implementation

static OracularProgressState createProgress(
  int total, {
  String? rightPrompt,
  double size = 0.5,
}) =>
    ProgressPrompt.createProgress(total, rightPrompt: rightPrompt, size: size);