This commit is contained in:
Deven Joshi
2021-11-15 18:50:58 +05:30
parent 3470ed0bf1
commit a6943ed00b
@@ -94,7 +94,9 @@ enum SpacingType {
/// }, /// },
/// ), /// ),
typedef SpacingWidgetBuilder = Widget Function( typedef SpacingWidgetBuilder = Widget Function(
BuildContext context, List<SpacingType> spacingTypes); BuildContext context,
List<SpacingType> spacingTypes,
);
/// Class for message details /// Class for message details
// ignore: prefer-match-file-name // ignore: prefer-match-file-name