header static method
Implementation
static void header(String title) {
print('\n$magenta$bold==================================================');
print(' $title');
print('==================================================$reset\n');
}
static void header(String title) {
print('\n$magenta$bold==================================================');
print(' $title');
print('==================================================$reset\n');
}