File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ class _ExpansionAlbumTileState extends State<ExpansionAlbumTile> {
206206 children: [
207207 Padding (padding: EdgeInsetsGeometry .only (left: 10.0 )),
208208 if (widget.index > 1 ) ...[
209- Padding (padding : EdgeInsetsGeometry . only (
210- left : 30.0 * (widget.index - 1 )
211- ))
209+ Padding (
210+ padding : EdgeInsetsGeometry . only (
211+ left : 30.0 * (widget.index - 1 ) ))
212212 ],
213213 if (widget.album.children.isNotEmpty && ! widget.isParent) ...[
214214 GestureDetector (
@@ -239,7 +239,7 @@ class _ExpansionAlbumTileState extends State<ExpansionAlbumTile> {
239239 padding: EdgeInsetsGeometry .symmetric (
240240 horizontal: 8 ,
241241 ),
242- child: Row (children: [
242+ child: Row (spacing : 4 , children: [
243243 Text (
244244 '${widget .album .nbCategories }' ,
245245 style: TextStyle (
You can’t perform that action at this time.
0 commit comments