Implemented breaking points for varios screen sizes
This commit is contained in:
@@ -17,6 +17,7 @@ class SkillListTile extends StatelessWidget {
|
||||
title: Row(
|
||||
children: [
|
||||
Expanded(flex: 2, child: Text(name)),
|
||||
const Padding(padding: EdgeInsets.only(bottom: 8)),
|
||||
if (percentage != null)
|
||||
Expanded(
|
||||
flex: 5,
|
||||
|
||||
Reference in New Issue
Block a user