Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

expand contanner in signlescroll flutter

CustomScrollView(
  slivers: [
    SliverFillRemaining(
      hasScrollBody: false,
      child: Column(
        children: <Widget>[
          const Text('Header'),
          Expanded(child: Container(color: Colors.red)),
          const Text('Footer'),
        ],
      ),
    ),
  ],
)

 
PREVIOUS NEXT
Tagged: #expand #contanner #signlescroll #flutter
ADD COMMENT
Topic
Name
8+1 =