info constant
PrintfStyle
const info
Blue text — informational logs.
Implementation
static const info = PrintfStyle(
foreground: Colors.blue,
);
Blue text — informational logs.
static const info = PrintfStyle(
foreground: Colors.blue,
);