|
|
@ -22,7 +22,7 @@ class _NewsFolderViewState extends State<NewsFolderView> { |
|
|
|
Widget build(final BuildContext context) => Column( |
|
|
|
Widget build(final BuildContext context) => Column( |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
margin: const EdgeInsets.all(10), |
|
|
|
margin: const EdgeInsets.symmetric(horizontal: 15), |
|
|
|
child: DropdownButton<DefaultFolderViewType>( |
|
|
|
child: DropdownButton<DefaultFolderViewType>( |
|
|
|
isExpanded: true, |
|
|
|
isExpanded: true, |
|
|
|
value: _viewType, |
|
|
|
value: _viewType, |
|
|
|