Skip to content

Commit

Permalink
fix: describe fluidpadding
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Oct 7, 2024
1 parent 0d4b11e commit 66db63e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ part of 'fluid_padding.dart';
String _describeInstance(
BuildContext context, ImpaktfullUiFluidPadding instance) {
final descriptor = ComponentDescriptor();
descriptor.add('breakPoints', instance.breakPoints);
descriptor.add('theme', instance.theme);
return descriptor.describe();
}

0 comments on commit 66db63e

Please sign in to comment.