calculator not worked
calculator not worked
dart';
void main() {
runApp(MaterialApp(
home:MyApp()
)); // MaterialApp
}
@override
State<MyApp> createState() => _MyAppState();
}
),
)
],
)
);
}
}