Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter safearea

SafeArea(
      bottom: true,
      left: true,
      top: true,
      right: true,
      maintainBottomViewPadding: true,
      minimum: EdgeInsets.zero,
      child: Scaffold(
          appBar: AppBar(title: Text('SizedBox')),
		),
    ),
 
PREVIOUS NEXT
Tagged: #flutter #safearea
ADD COMMENT
Topic
Name
9+3 =