layoutConfigTemplate top-level constant

String const layoutConfigTemplate

layoutConfigTemplate

Layout screen configuration or constants

Implementation

const String layoutConfigTemplate =
    """/// Layout screen configuration or constants\n
/// reference of the left drawer width
const double kDrawerLeftWidth = 300.0;

/// reference of the right drawer width
const double kDrawerRightWidth = 300.0;

/// reference of the mini drawer in the left side
const double kMiniLeftDrawerWidth = 65.0;

/// reference of the mini drawer in the left side
const double kMiniRightDrawerWidth = 65.0;
""";