mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-28 22:32:50 -07:00
Implemented Null Safety.
This commit is contained in:
@@ -5,7 +5,7 @@ import 'package:modal_progress_hud_nsn/modal_progress_hud_nsn.dart';
|
||||
|
||||
void main() {
|
||||
group('Modal Progress HUD', () {
|
||||
Widget sut(bool inAsyncCall, Offset offset) {
|
||||
Widget sut(bool inAsyncCall, Offset? offset) {
|
||||
return MaterialApp(
|
||||
home: new ModalProgressHUD(
|
||||
inAsyncCall: inAsyncCall,
|
||||
|
||||
Reference in New Issue
Block a user