getPickerTheme method
Implementation
ThemeData getPickerTheme(BuildContext context) {
return InstaAssetPicker.themeData(kDefaultColor).copyWith(
appBarTheme: const AppBarTheme(titleTextStyle: TextStyle(fontSize: 16)),
);
}
ThemeData getPickerTheme(BuildContext context) {
return InstaAssetPicker.themeData(kDefaultColor).copyWith(
appBarTheme: const AppBarTheme(titleTextStyle: TextStyle(fontSize: 16)),
);
}