GSButton(style: GSStyle(bg: $GSColors.green400,web: GSStyle(bg: $GSColors.yellow400),android: GSStyle(bg: $GSColors.red800),ios: GSStyle(bg: $GSColors.blue400),),onPressed: () {},child: const Row(children: [GSButtonText(text: "Add"),GSButtonIcon(icon: Icons.add)],),),