LayoutClassic class

A stateful widget that provides a classic-style layout for displaying content.

This widget, named LayoutClassic, is designed to display text, images, and other content in a simple, elegant format. The template includes a header section with a title and subtitle, a main content area, and a footer section for additional information or navigation links.

The widget is customizable, with options for adjusting font sizes, colors, and other visual elements to match the user's branding or preferences. It also supports dynamic data binding, allowing users to easily update the content of their layout without needing to modify the underlying widget code.

To use this widget, simply create an instance of LayoutClassic and pass in the required parameters. The widget will automatically render the classic-style layout based on the provided data.

Inheritance

Constructors

LayoutClassic({Key? key, required bool showButtons, required TemplateMode mode, required TemplateData data, required double h, required double w, double? height, double? width, Color? backgroundColor, int? maxLinesExperience, SaveResume<GlobalKey<State<StatefulWidget>>>? onSaveResume, String? aboutMePlaceholder, String? hobbiesPlaceholder, String? emailPlaceHolder, String? telPlaceHolder, String? experiencePlaceHolder, String? educationPlaceHolder, String? languagePlaceHolder, bool? enableDividers = true, double? imageHeight, double? imageWidth, BoxFit? imageBoxFit, double? imageRadius})

Properties

aboutMePlaceholder String?
final
backgroundColor Color?
final
data TemplateData
final
educationPlaceHolder String?
final
emailPlaceHolder String?
final
enableDividers bool?
final
experiencePlaceHolder String?
final
h double
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
hobbiesPlaceholder String?
final
imageBoxFit BoxFit?
final
imageHeight double?
final
imageRadius double?
final
imageWidth double?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
languagePlaceHolder String?
final
maxLinesExperience int?
final
mode TemplateMode
final
onSaveResume → SaveResume<GlobalKey<State<StatefulWidget>>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showButtons bool
final
telPlaceHolder String?
final
w double
final
width double?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<LayoutClassic>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited