OPBody class

Constructors

OPBody({Widget? child, Widget? singleChildScroll, int? itemCount, Widget itemBuilder(BuildContext context, int index)?, double? maxWidth, int? crossAxisCount, ScrollController? scrollController, bool withKeyboardCloserGesture = false, Widget? listviewFirstWidget, String? pageStorageKey, EdgeInsets? padding})
OPBody.child({required Widget? child, double? maxWidth, bool withKeyboardCloserGesture = false, EdgeInsets? padding})
OPBody.circularProgressIndicator()
OPBody.gridviewBuilder({required Widget itemBuilder(BuildContext context, int index)?, required int? itemCount, int? crossAxisCount, double? maxWidth, bool withKeyboardCloserGesture = false, ScrollController? scrollController, String? pageStorageKey, EdgeInsets? padding})
OPBody.listviewBuilder({required Widget itemBuilder(BuildContext context, int index)?, required int? itemCount, double? maxWidth, bool withKeyboardCloserGesture = false, Widget? listviewFirstWidget, ScrollController? scrollController, String? pageStorageKey, EdgeInsets? padding})
OPBody.reorderableListviewBuilder({required Widget itemBuilder(BuildContext context, int index)?, required dynamic onReorder(int, int)?, required int? itemCount, double? maxWidth, bool withKeyboardCloserGesture = false, ScrollController? scrollController, String? pageStorageKey, EdgeInsets? padding})
OPBody.singleChildScrollView({required Widget child, double? maxWidth, bool withKeyboardCloserGesture = false, ScrollController? scrollController, String? pageStorageKey, EdgeInsets? padding})

Properties

child Widget?
final
crossAxisCount int?
final
hashCode int
The hash code for this object.
no setterinherited
isScrollable bool
no setter
itemBuilder → (Widget Function(BuildContext context, int index)?)
final
itemCount int?
final
listviewFirstWidget Widget?
Simdilik sadece responsivescaffolda listview de ayarlandi
final
maxWidth double?
final
onReorder → (dynamic Function(int, int)?)
final
padding EdgeInsets?
final
pageStorageKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController?
final
singleChildScroll Widget?
final
withKeyboardCloserGesture bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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