section static method Null safety
- dynamic text
Implementation
static Widget section(text) => Padding(
padding: const EdgeInsets.fromLTRB(16, 36, 16, 12),
child: Text(text),
);
static Widget section(text) => Padding(
padding: const EdgeInsets.fromLTRB(16, 36, 16, 12),
child: Text(text),
);