Update skill card + top navigation bar #173
@ -43,7 +43,7 @@ abstract class SkillCardComponent extends CardComponent
 | 
			
		||||
    super.key,
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  final IconData? icon;
 | 
			
		||||
  final Widget? icon;
 | 
			
		||||
  final List<Color>? gradient;
 | 
			
		||||
  final TextWrapper? title;
 | 
			
		||||
  final TextWrapper? description;
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@ part of 'skill_card_component.dart';
 | 
			
		||||
// **************************************************************************
 | 
			
		||||
 | 
			
		||||
abstract class $SkillCardComponentCWProxy {
 | 
			
		||||
  SkillCardComponent icon(IconData? icon);
 | 
			
		||||
  SkillCardComponent icon(Widget? icon);
 | 
			
		||||
  SkillCardComponent gradient(List<Color>? gradient);
 | 
			
		||||
  SkillCardComponent title(TextWrapper? title);
 | 
			
		||||
  SkillCardComponent description(TextWrapper? description);
 | 
			
		||||
@ -25,7 +25,7 @@ abstract class $SkillCardComponentCWProxy {
 | 
			
		||||
  SkillCardComponent background(Widget? background);
 | 
			
		||||
  SkillCardComponent key(Key? key);
 | 
			
		||||
  SkillCardComponent call({
 | 
			
		||||
    IconData? icon,
 | 
			
		||||
    Widget? icon,
 | 
			
		||||
    List<Color>? gradient,
 | 
			
		||||
    TextWrapper? title,
 | 
			
		||||
    TextWrapper? description,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user