BrnAppraiseHeader class

描述: 评价组件title

Inheritance
Available Extensions

Constructors

BrnAppraiseHeader({Key? key, bool showHeader = true, String title = '', int maxLines = 1, BrnAppraiseHeaderType headerType = BrnAppraiseHeaderType.spaceBetween, EdgeInsets? headPadding, BrnAppraiseCloseClickCallBack? cancelCallBack})

Properties

cancelCallBack BrnAppraiseCloseClickCallBack?
点击关闭的回掉
final
hashCode int
The hash code for this object.
no setterinherited
headerType BrnAppraiseHeaderType
标题类型,默认 BrnAppraiseHeaderType.spaceBetween
final
headPadding EdgeInsets?
标题的 padding,为 null 时为默认 padding。 headerType 为 spaceBetween 时默认为 EdgeInsets.only(left: 20, top: 16, right: 16, bottom: 20) headerType 为 center 时默认为 EdgeInsets.only(top: 20, bottom: 20)
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxLines int
标题最大行数,默认为 1
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showHeader bool
是否显示标题,默认为 true,显示
final
title String
标题文字,默认 ''
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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