Skip to content

Commit

Permalink
style(app): reformat codes with dart reformat command #34
Browse files Browse the repository at this point in the history
  • Loading branch information
PouriaMoradi021 committed Dec 6, 2024
1 parent 9484647 commit 91254fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/src/core/constants/inter_text_styles.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:flutter/material.dart' show TextStyle, FontWeight;

/// ## [InterTextStyles] Documentation
///
/// The `InterTextStyles` class provides a collection of predefined text styles
Expand Down Expand Up @@ -116,7 +117,6 @@ import 'package:flutter/material.dart' show TextStyle, FontWeight;
/// - These styles can be used across the app for consistency in text presentation.
/// - You can combine different font weights, sizes, and line heights as per the design requirements.

class InterTextStyles {
InterTextStyles._();

Expand All @@ -129,8 +129,6 @@ class InterTextStyles {
static const interBold = 'Inter-Bold';
static const interExtraBold = 'Inter-ExtraBold';



// InterExtraLight Text Styles
static const TextStyle extraLight4 = TextStyle(
fontFamily: interExtraLight,
Expand Down Expand Up @@ -203,7 +201,6 @@ class InterTextStyles {
height: 1.33, // Equivalent to 24/18
);


// InterRegular Text Styles
static const TextStyle regular8 = TextStyle(
fontFamily: interRegular,
Expand Down Expand Up @@ -397,4 +394,3 @@ class InterTextStyles {
height: 2.0, // Equivalent to 28/14
);
}

0 comments on commit 91254fa

Please sign in to comment.