membungkus widget dengan tema

membungkus widget dengan tema secara lokal

final theme = Theme.of(context).copyWith(dividerColor: Colors.transparent);
return Theme(data: theme, child: ExpansionTile(...));    

Last updated

Was this helpful?