refactoring
This commit is contained in:
@@ -409,10 +409,10 @@ class _EpargnePageState extends State<EpargnePage> {
|
||||
return RefreshIndicator(
|
||||
onRefresh: _loadComptes,
|
||||
child: ListView(
|
||||
padding: const EdgeInsets.all(SpacingTokens.lg),
|
||||
padding: const EdgeInsets.all(SpacingTokens.sm),
|
||||
children: [
|
||||
_buildRecapCard(),
|
||||
const SizedBox(height: SpacingTokens.lg),
|
||||
const SizedBox(height: SpacingTokens.sm),
|
||||
..._comptes.map(_buildCompteCard),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user