LayoutBusiness class

A stateful widget that provides a resume template designed to look like a business curriculum vitae.

This widget, named LayoutBusiness, can be used to display personal information, work experience, education, and other relevant details in a professional format suitable for job applications and career-oriented websites. The template includes a header section with the user's name and contact information, a summary section highlighting key skills and qualifications, and sections for listing work experience, education, and other achievements.

The widget is designed to be 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 resume without needing to modify the underlying widget code.

To use this widget, simply create an instance of LayoutBusiness and pass in the required parameters. The widget will automatically render the resume template based on the provided data.

Inheritance

Constructors

LayoutBusiness({Key? key, required bool showButtons, required TemplateMode mode, required TemplateData data, required double h, required double w, 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, double? height, double? width})

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<LayoutBusiness>
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