membungkus widget dengan tema secara lokal
Last updated 4 years ago
Was this helpful?
final theme = Theme.of(context).copyWith(dividerColor: Colors.transparent); return Theme(data: theme, child: ExpansionTile(...));