File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/feature/base/snackbar Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class _PaginatedModelListState<E extends DataModel>
145145
146146 Widget _buildFooter () {
147147 return Padding (
148- padding: const EdgeInsets .symmetric (vertical: 12.0 ),
148+ padding: const EdgeInsets .symmetric (vertical: 12 ),
149149 child: Center (
150150 child: widget.isLoadingMore
151151 ? const SizedBox (
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ void main() {
3939
4040 test ('create method returns a SnackBar with specified width' , () {
4141 const String testText = 'Custom Width Test' ;
42- const double customWidth = 300.0 ;
42+ const double customWidth = 300 ;
4343 final SnackBar snackBar = factory .create (testText, customWidth);
4444
4545 // Check content
You can’t perform that action at this time.
0 commit comments