ConectarSettings constructor
ConectarSettings({})
Implementation
ConectarSettings({
this.primaryColor = const Color(0xff1bb17a),
this.backgroundColor = const Color(0xFFfafafa),
this.successColor = const Color(0xFF4CAF50),
this.textColor = const Color(0xFF000000),
this.borderColor = const Color(0xFFDEE2E6),
this.cardRadius = 6,
this.paddingDefault = 16,
});