Skip to main content
added 69 characters in body
Source Link

add debugShowCheckedModeBanner: false, into the materialApp Widget.

 MaterialApp(
  debugShowCheckedModeBanner: false
)

add debugShowCheckedModeBanner: false, into the materialApp Widget.

add debugShowCheckedModeBanner: false, into the materialApp Widget.

 MaterialApp(
  debugShowCheckedModeBanner: false
)
Source Link

add debugShowCheckedModeBanner: false, into the materialApp Widget.