printDivider static method

void printDivider({
  1. String? title,
  2. int width = 60,
})

Implementation

static void printDivider({String? title, int width = 60}) =>
    DisplayPrompt.printDivider(title: title, width: width);